home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Scene Storm
/
Scene Storm - Volume 1.iso
/
coding
/
c
/
amiexpress
/
source
/
ae
/
code
/
ax3.00
/
editemacs.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1980-01-03
|
236 b
|
12 lines
#include "bbs.h"
void EditEmacs(char *filename)
{
sprintf(GSTR3,"\tEditor %s\n",filename);
CallersLog(GSTR3);
sprintf(GSTR3,"%scommands/syscmd/",Cmds->BBSLoc);
sprintf(GSTR2,"EDITOR %s",filename);
CustomCommand(GSTR3,GSTR2,1);
}